home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / t_os / shell / tsbgex / src / tool / rex_hdr.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-16  |  275 b   |  17 lines

  1. #define REX_HEADER_SIZE    30
  2. struct rex_head {
  3.     char    magic[2];
  4.     short    file_size_lo;
  5.     short    file_size_hi;
  6.     short    n_rel;
  7.     short    header_para;
  8.     short    min_page;
  9.     short    max_page;
  10.     short    esp[2];
  11.     short    chksum;
  12.     long    eip;
  13.     short    rel_off;
  14.     short    overlay;
  15.     short    one;
  16. };
  17.